home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 December / PC_Format_122008.iso / Multimedia / MediaPortal 0.2.3.0 / MediaPortal_0.2.3.0_Setup.exe / skin / BlueTwo / MyMusicFullScreenVisualization.xml < prev    next >
Extensible Markup Language  |  2007-08-20  |  4KB  |  169 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- 
  3. Notes:
  4.  
  5. 1.) The MyMusic FullScreen Visualization Window is NOT a typical MP GUIWindow 
  6. but rather a standard Windows control. As such, skin settings don't really 
  7. apply.  However, this skin file allows us to control how the Now Playing 
  8. popup is rendered when in fullscreen visualization mode.
  9.  
  10. 2.) posX and posY values for the "CoverArt Image", "Label 1", "Label 2", 
  11. "Label 3", and "Label 4" are relative to the "Now Playing Screen Overlay 
  12. Image" position.
  13.  
  14. 3.) nowplayingoverlay alpha controls transparency of the entire control
  15. including the text (the alpha component of textcolor is ignored) 
  16. -->
  17. <controls>
  18.   <control>
  19.     <description>Now Playing Screen Overlay Image</description>
  20.     <type>nowplayingoverlay</type>
  21.     <id>1</id>
  22.     <posX>20</posX>
  23.     <posY>20</posY>
  24.     <width>400</width>
  25.     <height>127</height>
  26.     <texture>VisualizationTrackInfo.png</texture>
  27.     <alpha>0xff</alpha>
  28.   </control>
  29.   <control>
  30.     <description>CoverArt Image</description>
  31.     <type>image</type>
  32.     <id>2</id>
  33.     <posX>25</posX>
  34.     <posY>25</posY>
  35.     <width>77</width>
  36.     <height>77</height>
  37.     <texture>-</texture>
  38.   </control>
  39.   <control>
  40.     <description>Missing CoverArt Image</description>
  41.     <type>image</type>
  42.     <id>3</id>
  43.     <texture>missing_coverart.png</texture>
  44.   </control>
  45.   <control>
  46.     <description>Label 1</description>
  47.     <type>label</type>
  48.     <id>4</id>
  49.     <posX>112</posX>
  50.     <posY>25</posY>
  51.     <label>#Play.Current.Title</label>
  52.     <font>font10</font>
  53.     <bold>yes</bold>
  54.     <textcolor>ffffffff</textcolor>
  55.   </control>
  56.   <control>
  57.     <description>Label 2</description>
  58.     <type>label</type>
  59.     <id>5</id>
  60.     <posX>112</posX>
  61.     <posY>45</posY>
  62.     <label>#Play.Current.Album</label>
  63.     <font>font10</font>
  64.     <bold>yes</bold>
  65.     <textcolor>ffffffff</textcolor>
  66.   </control>
  67.   <control>
  68.     <description>Label 3</description>
  69.     <type>label</type>
  70.     <id>6</id>
  71.     <posX>112</posX>
  72.     <posY>65</posY>
  73.     <label>#Play.Current.Year</label>
  74.     <bold>yes</bold>
  75.     <font>font10</font>
  76.     <textcolor>ffffffff</textcolor>
  77.   </control>
  78.   <control>
  79.     <description>Label 4</description>
  80.     <type>label</type>
  81.     <id>7</id>
  82.     <posX>112</posX>
  83.     <posY>85</posY>
  84.     <label>#Play.Current.Artist</label>
  85.     <bold>yes</bold>
  86.     <font>font10</font>
  87.     <textcolor>ffffffff</textcolor>
  88.   </control>
  89.   <control>
  90.     <description>Pause Icon</description>
  91.     <type>image</type>
  92.     <id>8</id>
  93.     <posX>50</posX>
  94.     <posY>465</posY>
  95.     <width>43</width>
  96.     <height>73</height>
  97.     <texture>logo_pause.png</texture>
  98.   </control>
  99.   <control>
  100.     <description>Play Icon</description>
  101.     <type>image</type>
  102.     <id>9</id>
  103.     <posX>50</posX>
  104.     <posY>465</posY>
  105.     <width>51</width>
  106.     <height>69</height>
  107.     <texture>logo_play.png</texture>
  108.   </control>
  109.   <control>
  110.     <description>FF Icon</description>
  111.     <type>image</type>
  112.     <id>10</id>
  113.     <posX>50</posX>
  114.     <posY>465</posY>
  115.     <width>74</width>
  116.     <height>69</height>
  117.     <texture>logo_fastforward.png</texture>
  118.   </control>
  119.   <control>
  120.     <description>Rew Icon</description>
  121.     <type>image</type>
  122.     <id>11</id>
  123.     <posX>50</posX>
  124.     <posY>465</posY>
  125.     <width>74</width>
  126.     <height>69</height>
  127.     <texture>logo_rewind.png</texture>
  128.   </control>
  129.   <control>
  130.     <description>Stop Icon</description>
  131.     <type>image</type>
  132.     <id>12</id>
  133.     <posX>50</posX>
  134.     <posY>465</posY>
  135.     <width>65</width>
  136.     <height>65</height>
  137.     <texture>logo_stop.png</texture>
  138.   </control>
  139.   <control>
  140.     <description>Crossfade Icon</description>
  141.     <type>image</type>
  142.     <id>13</id>
  143.     <posX>50</posX>
  144.     <posY>465</posY>
  145.     <width>54</width>
  146.     <height>54</height>
  147.     <texture>logo_crossfade.png</texture>
  148.   </control>
  149.   <control>
  150.     <description>Gap Icon</description>
  151.     <type>image</type>
  152.     <id>14</id>
  153.     <posX>50</posX>
  154.     <posY>465</posY>
  155.     <width>54</width>
  156.     <height>54</height>
  157.     <texture>logo_gap.png</texture>
  158.   </control>
  159.   <control>
  160.     <description>Gapless Icon</description>
  161.     <type>image</type>
  162.     <id>15</id>
  163.     <posX>50</posX>
  164.     <posY>465</posY>
  165.     <width>54</width>
  166.     <height>54</height>
  167.     <texture>logo_gapless.png</texture>
  168.   </control>
  169. </controls>